home *** CD-ROM | disk | FTP | other *** search
- Path: news0.accent.net!news
- From: Dylan Ritter <nina@infobahnos.com>
- Newsgroups: comp.lang.c++,rec.games.programmer
- Subject: Re: programming the arrow keys
- Date: 22 Feb 1996 01:48:11 GMT
- Organization: Infobahn Online Services - Les services En Ligne Infobahn
- Message-ID: <4ggi0r$8jn@news.accent.net>
- References: <4g8hq2$en9@cloner4.netcom.com>
- NNTP-Posting-Host: 205.236.175.171
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
-
- The escape key is ASCII 27, and I can't remember the values for the arrow
- keys, but just look up a table. As for source code, it would be the same
- as programming any other keys that you are already sucessful with.
-
-
-
-